home *** CD-ROM | disk | FTP | other *** search
- Path: news.kreonet.re.kr!usenet
- From: jwhahn@cair.kaist.ac.kr (Jung Hahn)
- Newsgroups: comp.lang.c++
- Subject: Re: Why C++ sucks++
- Date: Mon, 05 Feb 1996 08:55:47 GMT
- Organization: Applied Database Labs, K.A.I.S.T
- Message-ID: <3115c58b.21415164@news.kreonet.re.kr>
- References: <4f3mqm$dgk@blackice.winternet.com>
- NNTP-Posting-Host: swine.kaist.ac.kr
- X-Newsreader: Forte Agent .99d/32.168
-
- #include <stdio.h>
-
- main ()
- {
- int a[] = { 0, 72, 29, 7, 0, 3, -79, 55, 24, 3, -6, -8, -67, -23,
- -1000 };
- int *i = a, c=0;
-
- for ( ; c>=0; c+=*i++, printf( "%c", c))
- ;
- }
-
- This one should work too!...
-
- The Real Reason C++ sucks is that I don't know how to write C++
- programs .... :)
-
-
-